VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ImageProcessingCommandFactory Class / RegisterCommand<TSourceCommand,TOverrideCommand>(Type) Method
Синтаксис Требования Смотрите также
В этом разделе
    RegisterCommand<TSourceCommand,TOverrideCommand>(Type) Метод (ImageProcessingCommandFactory)
    В этом разделе
    Регистрирует переопределенную команду обработки для команды обработки типаTSourceCommand.
    Синтаксис
    'Declaration
    
    Public Shared Sub RegisterCommand<TSourceCommand
    The processing command type that must be overridden.
    ,TOverrideCommand
    The processing command type that overrides the processing command of type .
    >( _
    ByVal decoderType
    Тип декодера изображения, для которого необходимо переопределить команду обработки.
    As System.Type _
    ) (Of TSourceCommand
    The processing command type that must be overridden.
    As ProcessingCommandBase, TOverrideCommand
    The processing command type that overrides the processing command of type TSourceCommand.
    As TSourceCommand, New})
    public static void RegisterCommand<TSourceCommand,TOverrideCommand>(
    System.Type decoderType
    ) where TSourceCommand: ProcessingCommandBase where TOverrideCommand: TSourceCommand, new()
    public: static void RegisterCommand<TSourceCommand,TOverrideCommand>(
    System.Type* decoderType
    ) where TSourceCommand: ProcessingCommandBase* where TOverrideCommand: TSourceCommand, new()
    generic<typename TSourceCommand>
    generic<typename TOverrideCommand>
    public:
    static void RegisterCommand(
    System.Type^ decoderType
    ) where TSourceCommand: ProcessingCommandBase^ where TOverrideCommand: TSourceCommand, gcnew()

    Parameters

    decoderType
    Тип декодера изображения, для которого необходимо переопределить команду обработки.

    Type Parameters

    TSourceCommand
    The processing command type that must be overridden.
    TOverrideCommand
    The processing command type that overrides the processing command of type TSourceCommand.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также